home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2669 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: BeBox Is Here. Listen Closely ESCO
  5. Date: 3 Feb 1996 15:21:56 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4evuik$akh@maureen.teleport.com>
  8. References: <john.hendrikx.49rj@grafix.xs4all.nl> <DLyA57.LpF@uns.bris.ac.uk> <DM1Kyx.M7s@wiloyee.shnet.org>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. chaos@wiloyee.shnet.org wrote:
  13. : virtual memory is very important for a modern operating system. if you
  14. : examine the situation carefully, you will find out that the harddisk makes
  15. : your "main memory" and the real RAM is some kind of cache for the harddisk.
  16. : you will further notice that there is a point, when adding more RAM doesn't
  17. : speed things up, no matter how many applications you run simultanously
  18. : (exceptions are raytracing, image processing and other extreme applications,
  19. : i am talking here about things like office packs). for windows 3.1 this
  20. : point is said to be somewhere at 24 MB. virtual memory and a big harddisk
  21. : gives you infinite memory, and if you just found out that you need to start
  22. : a third copy of DPaint and a forth of Cygnus ed, you wouldn't run into
  23. : trouble if you just had virtual memory.
  24.  
  25.  24mb? I would beleive 48meg if you plan to acually run 2 app or more.
  26.  like running a C compiler and a www browser, now starting a text editor
  27.  and I bet you will swap like crazy :)
  28.  
  29. : on the other hand, virtual memory is the natural enemy of realtime
  30. : processing. because amiga operating system is the only system left on the
  31. : marked (not counting atari) without virtual memory as default, you can do
  32. : things with amigaos that are impossible on other systems. this makes the
  33. : amiga computer of your choice for laser and lightshows, mesuring systems,
  34. : games and other things where it would be a problem if the os stops
  35. : everything and tries to load some pages.
  36.  
  37.  Look at the mac, you can turn off the feature. I'm not a mac axpert
  38.  but I know some that used the mac for a LONG time and they dont
  39.  enable VM... Now they are regulare user / programmer.
  40.  Under system 7.x you can actualy work with 16meg and no VM, 
  41.  under windows95, I have 16 meg, and tryed to run without VM... I
  42.  couldn't do ANYTHING in 16meg... Cant even load the C environment.
  43.  My guess is that you need 8meg just to boot windows, and BTW my
  44.  w95 system use an 8bit 640x480 display and tiny icons.
  45.  
  46.  I think AT can make a system that actually boot/work with 4meg and
  47.  without VM enabled... but VM is their for user to enable.
  48.  
  49.  Stephan
  50.